home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 188 - Disc 1 / dpcs1003a.iso / Cafe / NoteTab / NoteTab_Setup.exe / {app} / NoteTab.exe / 0 / RCDATA / TFRMFORMATLINES / TFRMFORMATLINES.txt
Encoding:
Text File  |  2003-05-22  |  2.2 KB  |  111 lines

  1. object frmFormatLines: TfrmFormatLines
  2.   Left = 375
  3.   Top = 109
  4.   Hint = 'Reformat Lines'
  5.   HelpContext = 115
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   BorderStyle = bsDialog
  10.   Caption = 'Reformat Lines'
  11.   ClientHeight = 169
  12.   ClientWidth = 242
  13.   Color = clBtnFace
  14.   Font.Charset = DEFAULT_CHARSET
  15.   Font.Color = clWindowText
  16.   Font.Height = -11
  17.   Font.Name = 'MS Sans Serif'
  18.   Font.Style = []
  19.   OldCreateOrder = True
  20.   Position = poScreenCenter
  21.   Scaled = False
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel1: TBevel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 137
  28.     Height = 153
  29.     Shape = bsFrame
  30.   end
  31.   object lbl_edtLeftMargin: TEnhLabel
  32.     Left = 16
  33.     Top = 17
  34.     Width = 56
  35.     Height = 13
  36.     Caption = '&Left Margin:'
  37.     FocusControl = edtLeftMargin
  38.   end
  39.   object lbl_edtTextWidth: TEnhLabel
  40.     Left = 16
  41.     Top = 73
  42.     Width = 55
  43.     Height = 13
  44.     Caption = 'Text &Width:'
  45.     FocusControl = edtTextWidth
  46.   end
  47.   object edtLeftMargin: TLblEdit
  48.     Left = 16
  49.     Top = 32
  50.     Width = 121
  51.     Height = 21
  52.     Hint = 'Size of left margin (measured in characters)'
  53.     MaxLength = 5
  54.     TabOrder = 0
  55.     Text = '0'
  56.     OnKeyPress = CheckKeyPress
  57.     OnEdited = CheckInput
  58.     LabelPos = lpTop
  59.     LabelMargin = 2
  60.     LabelComponent = lbl_edtLeftMargin
  61.     LabelRelLeft = 0
  62.     LabelRelTop = -15
  63.   end
  64.   object edtTextWidth: TLblEdit
  65.     Left = 16
  66.     Top = 88
  67.     Width = 121
  68.     Height = 21
  69.     Hint = 'Text width in number of characters'
  70.     MaxLength = 5
  71.     TabOrder = 1
  72.     Text = '0'
  73.     OnKeyPress = CheckKeyPress
  74.     OnEdited = CheckInput
  75.     LabelPos = lpTop
  76.     LabelMargin = 2
  77.     LabelComponent = lbl_edtTextWidth
  78.     LabelRelLeft = 0
  79.     LabelRelTop = -15
  80.   end
  81.   object btnOk: TButton
  82.     Left = 152
  83.     Top = 104
  84.     Width = 83
  85.     Height = 25
  86.     Caption = 'OK'
  87.     Default = True
  88.     ModalResult = 1
  89.     TabOrder = 3
  90.   end
  91.   object btnCancel: TButton
  92.     Left = 152
  93.     Top = 136
  94.     Width = 83
  95.     Height = 25
  96.     Cancel = True
  97.     Caption = 'Cancel'
  98.     ModalResult = 2
  99.     TabOrder = 4
  100.   end
  101.   object cbxJustify: TCheckBox
  102.     Left = 24
  103.     Top = 128
  104.     Width = 97
  105.     Height = 17
  106.     Hint = 'Text is justified on left and right margin'
  107.     Caption = '&Justify Text'
  108.     TabOrder = 2
  109.   end
  110. end
  111.